home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
lpc
/
track
/
sysdep.h
< prev
Wrap
C/C++ Source or Header
|
1989-05-27
|
139b
|
9 lines
#ifdef SYS5
#include <sys/types.h>
#include <fcntl.h>
#include <string.h>
#define index(A,B) strchr(A,B)
#else
#include <strings.h>
#endif